Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
peopleperhour.com 🟠 2026-05-07
🔹 Automate Stock and Movement Monitoring Across Three Web Pages
👤 Client: 🇨🇱 Chile Member since ****
💰 Price: $10
🚩 Problem: Need to monitor stock levels and movements of products across three web pages with user credentials.
📦 Existing: Not specified
Specifications:
[Target] Monitor stock levels and movement history for multiple products on three web pages.
[Method] Use web scraping techniques to extract data from the web pages.
[UI/UX] Generate a structured report or dashboard displaying current stock levels, top stocked items, and weekly movement reports.
[Stack] Python with libraries like BeautifulSoup or Scrapy, Pandas for data manipulation, Flask/Django for backend API if needed.
[Security] Ensure secure handling of user credentials using environment variables or encrypted storage. Implement rate limiting to avoid detection by web pages.
[Format] Output in JSON format for easy integration into existing systems.
Workflow:
1. Define the structure of the data required (stock levels, product IDs, movement history).
2. Use web scraping tools to extract data from each page, ensuring compliance with terms of service.
3. Process and clean the extracted data using Python libraries like Pandas.
4. Generate a structured report or dashboard displaying key metrics such as current stock levels, top stocked items, and weekly movement reports.
5. Implement security measures to protect user credentials and ensure data privacy.